Skip to content

Conversation

@StanFromIreland
Copy link
Member

@StanFromIreland StanFromIreland commented Sep 17, 2025

This resolves the following warnings when running update.py:

update.py:207: SyntaxWarning: invalid escape sequence '\d'
  assert re.match("\d{4}[a-z]$", version), version                                                                                                                                                        
update.py:378: SyntaxWarning: invalid escape sequence '\d'                                                                                                              
  release_re = re.compile("^Release (?P<version>\d{4}[a-z]) - (?P<date>.*$)")           

@pganssle pganssle merged commit 6f866b8 into python:master Sep 17, 2025
27 checks passed
@StanFromIreland StanFromIreland deleted the regex-strings branch September 17, 2025 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants